home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 2000 #2 / Sun Solutions CD (Volume 2 2000)(Special Focus - Java Technologies)(Disc 1).ISO / products / Software / SiteScapeInc / _install / notOS.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  2000-03-02  |  218b  |  9 lines

  1. #!/bin/sh
  2.  
  3.         echo ""
  4.         echo "This software installation is for Solaris 2.5 SPARC and above only."
  5.         echo ""
  6.         echo "Hit Return or use your mouse to Quit this window."
  7.         read return
  8. exit 0
  9.